Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

🔼 Bump twitchapi from 2.5.7.1 to 3.11.0 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps twitchapi from 2.5.7.1 to 3.11.0.

Release notes

Sourced from twitchapi's releases.

v3.11.0

Twitch

  • Added missing field emote_mode to response of Twitch.get_chat_settings() and Twitch.update_chat_settings() (Teekeks/pyTwitchAPI#234)

Chat

  • Fixed timing based AttributeError: 'NoneType' object has no attribute 'get' in NoticeEvent during reconnect
  • Ensured that only Chat Messages will ever be parsed as chat commands
  • Added functionality to set per channel based prefixes (Teekeks/pyTwitchAPI#229):
    • Chat.set_channel_prefix() to set a custom prefix for the given channel(s)
    • Chat.reset_channel_prefix() to remove a custom set prefix for the given channel(s)

v3.10.0

Twitch

  • Added new ChatBadgeVersion related fields to the following Endpoints: (Thanks @​stolenvw )

    • Twitch.get_chat_badges()
    • Twitch.get_global_chat_badges()
  • Twitch.set_user_authentication() now tries to refresh the given token set if it seems to be out of date

  • removed the following deprecated endpoints:

    • "Replace Stream Tags"
    • "Get Stream Tags"
    • "Get All Stream Tags"
    • "Redeem Code"
    • "Get Code Status"
  • Fixed condition logic when parameter first was given for the following Endpoints:

    • Twitch.get_chatters() (Thanks @​d7415 )
    • Twitch.get_soundtrack_playlist()
    • Twitch.get_soundtrack_playlists()

PubSub

  • PubSub now cleanly reestablishes the connection when the websocket was unexpectedly closed

v3.9.0

Twitch

  • Added the following new Endpoints:

... (truncated)

Changelog

Sourced from twitchapi's changelog.

:orphan:

Changelog


Version 3.11.0


Twitch

  • Added missing field emote_mode to response of :const:~twitchAPI.twitch.Twitch.get_chat_settings() and :const:~twitchAPI.twitch.Twitch.update_chat_settings() (Teekeks/pyTwitchAPI#234)

Chat

  • Fixed timing based AttributeError: 'NoneType' object has no attribute 'get' in NoticeEvent during reconnect

  • Ensured that only Chat Messages will ever be parsed as chat commands

  • Added functionality to set per channel based prefixes (Teekeks/pyTwitchAPI#229):

    • :const:~twitchAPI.chat.Chat.set_channel_prefix() to set a custom prefix for the given channel(s)
    • :const:~twitchAPI.chat.Chat.reset_channel_prefix() to remove a custom set prefix for the given channel(s)

Version 3.10.0


Twitch

  • Added new :const:~twitchAPI.object.ChatBadgeVersion related fields to the following Endpoints: (Thanks https://github.com/stolenvw )

    • :const:~twitchAPI.twitch.Twitch.get_chat_badges()
    • :const:~twitchAPI.twitch.Twitch.get_global_chat_badges()
  • :const:~twitchAPI.twitch.Twitch.set_user_authentication() now tries to refresh the given token set if it seems to be out of date

  • removed the following deprecated endpoints:

    • "Replace Stream Tags"
    • "Get Stream Tags"
    • "Get All Stream Tags"
    • "Redeem Code"
    • "Get Code Status"
  • Fixed condition logic when parameter first was given for the following Endpoints:

    • :const:~twitchAPI.twitch.Twitch.get_chatters() (Thanks https://github.com/d7415 )
    • :const:~twitchAPI.twitch.Twitch.get_soundtrack_playlist()

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [twitchapi](https://github.com/Teekeks/pyTwitchAPI) from 2.5.7.1 to 3.11.0.
- [Release notes](https://github.com/Teekeks/pyTwitchAPI/releases)
- [Changelog](https://github.com/Teekeks/pyTwitchAPI/blob/master/docs/changelog.rst)
- [Commits](https://github.com/Teekeks/pyTwitchAPI/commits/v3.11.0)

---
updated-dependencies:
- dependency-name: twitchapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant